home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / ASP / ASPexpress / ASP Express.CAB / ASPExpress.chm / basicarial.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-04-10  |  459 b   |  25 lines

  1.   BODY { 
  2.          font-family : Verdana;
  3.          font-size : 10pt;
  4.          color : black;
  5.     background : #FFFFFF;
  6.     margin-left : 10pt;
  7.          margin-right : 10pt;
  8.          margin-bottom : 10pt;
  9.          margin-top : 10pt;
  10. }
  11.   A:LINK { 
  12.          color : blue
  13. }
  14.   A:VISITED { 
  15.          color : purple
  16. }
  17.   A:HOVER { 
  18.          color : #0099FF
  19. }
  20.   TD { 
  21.          font-family : Arial;
  22.          font-size : 10pt;
  23.          color : black
  24. }
  25.